type go.uber.org/zap/zapcore.ioCore
12 uses
go.uber.org/zap/zapcore (current package)
core.go#L59: return &ioCore{
core.go#L66: type ioCore struct {
core.go#L73: _ Core = (*ioCore)(nil)
core.go#L74: _ leveledEnabler = (*ioCore)(nil)
core.go#L77: func (c *ioCore) Level() Level {
core.go#L81: func (c *ioCore) With(fields []Field) Core {
core.go#L87: func (c *ioCore) Check(ent Entry, ce *CheckedEntry) *CheckedEntry {
core.go#L94: func (c *ioCore) Write(ent Entry, fields []Field) error {
core.go#L112: func (c *ioCore) Sync() error {
core.go#L116: func (c *ioCore) clone() *ioCore {
core.go#L117: return &ioCore{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |